@charset "utf-8"; /*******CSS commont*************/ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;} img{border:0;} ol,ul{list-style:none;} h1,h2,h3{font-weight:normal;font-size:100%;} q:before,q:after{content:'';} abbr,acronym{border:0;font-variant:normal;} sup{vertical-align:text-top;} sub{vertical-align:text-bottom;} input,textarea,select,button{font-weight:inherit;font-size:inherit;font-family:inherit; border: 0px;} input,textarea,select{*font-size:100%;}legend{color:#000;} /*******CSS reset*************/ body{ background:#fff; color:#333; font-size: 12px; font-family:'Microsoft YaHei','寰蒋闆呴粦',Arial;} @media (min-width:1200px) { body{ font-size: 15px; } } a{color:#333;text-decoration:none; cursor: pointer; transition: all 0.3s;} a:hover{ text-decoration: none; color:#fdad20; } .left{float:left;} .right{float:right;} .ovfl{ overflow:hidden;} .mar{ margin:0px auto;} .clear{clear:both;} .hidden{display:none;} .filter_bg8{ filter: alpha(opacity=80); opacity: 0.8; } /*******Css*******/ /*******Css header*******/ #top{ height:28px; line-height: 28px; background: #fdad20; margin:0px auto; color: #fff; } #top a{ color: #fff; } .top_sp2 a{ float: left; } .top_sp2 b{ color: #FFD800; } .top_sp2 i{ width: 1px; height: 28px; background: #ED646A; float: left; margin: 0px 10px;} #header{ position: relative; padding: 12px 0px;} .logo{ width:70%; } .logo img{ width: 120%; } .nav-trigger{ width:26px; height:26px; z-index:999; background: url(../images/micon.png) no-repeat; outline: 0px; cursor: pointer; position: absolute; top: 50%; margin-top: -13px; right: 15px; } .navigation-is-visible .nav-trigger{ width: 32px; height: 30px; background: url(../images/icon11.png) no-repeat; position: absolute; top: 50%; margin-top: -15px; left: 15px;} .nav_transform1{position:absolute;top:0; left:20%; display: none; z-index:20;overflow-y:scroll; padding:10px;width:80%;border:0;background:#FFFFFF; text-transform:none; overflow-scrolling:touch;} .nav_transform1{transition:-webkit-transform .3s cubic-bezier(.86,0,.07,1);transition:transform .3s cubic-bezier(.86,0,.07,1);} .navigation-is-visible .nav_transform1{-webkit-transform:none;transform:none; display:block;} .nav-overlay{position:fixed;top:0;left:50%; margin-left:-375px; z-index:10;width:750px;height:100vh;background:rgba(0,0,0,.6);opacity:0;transition:opacity .3s linear;pointer-events:none;} .navigation-is-visible .nav-overlay{opacity:1;pointer-events:auto;} .navp1{ padding: 10px 0px 10px 30px; } .navp1 img{ max-width: 80%; } .navp2{ padding-left: 30px; font-size: 1.4rem;} .navp2 b{ font-size: 1.6rem; color: #fdad20; } .navul{ width: 90%; margin: 15px auto 25px;} .nav-item{position: relative; line-height:40px; max-height:40px; font-size: 1.6rem; padding: 0px 20px;} .nav-item.on a{ color: #fdad20; } #mnav{ padding:6px 0px; background:#fdad20; overflow: hidden;} #mnav a{ color: #fff; height:32px; line-height: 32px; font-size:14px; float: left; width: 25%; text-align: center;} #mnav a.on{ font-weight: bold; } @media (min-width:768px) { #header{ padding: 15px 0px;} .logo{ width:35%; } #mnav a{ width: 12.5%; } .tel{ height: 32px; line-height: 32px; font-size: 13px; color: #888888; position: absolute; top: 50%; margin-top:-16px; right: 70px; padding-left: 25px; } .tel b{ color:#d0231c;font-family:Arial; font-size: 15px;} } @media (min-width:992px) { .logo{ width:30%; } } @media (min-width:1200px) { #header{ height: 125px; padding: 0px;} #header .container{ position: relative; width: 1400px;} .logo{ margin-top: 30px; width: 260px; } .tel{ right: 0px; font-size: 18px; font-size: 14px; top: 25px; } .tel b{ font-size: 18px; } .nav{ float: right; margin-top: 40px; } .nav a{ float: left; font-size: 16px; height: 85px; line-height:85px; width:115px; text-align: center;} .nav a.on{ color:#fff; background: #2b2929;} .nav a:hover{ color:#fff; background: #2b2929;} } /*******Css banner*******/ .banner{height:100%; text-align:center; overflow:hidden; margin:0px auto; } .mbanner{ overflow:hidden;} .mbanner .swiper-container .swiper-wrapper img { max-width: 100%; height: auto; } .mbanner .swiper-container .swiper-slide { text-align: center; } .page_banner{ width: 100%; position: relative; margin:0px auto; text-align:center; overflow:hidden;} .page_banner img{ width: 100%; } .page_bannerc{ width: 300px; padding-top: 15px; padding-left: 15px; padding-right: 15px; height:100px; text-align: center; border: solid 3px rgba(255,255,255,0.3); position: absolute; top: 50%; margin-top: -50px; z-index: 6; left: 50%; margin-left: -150px;} .page_bannerp1{ font-size: 20px; font-weight: bold; color: #fdad20;} .page_bannerp2{ color: #fff; margin-top: 5px; } #page_menu{ height: 34px; line-height: 34px; border-bottom: solid 1px #E6E6E6;} .page_menuc{ background: url(../images/page_icon1.jpg) no-repeat left center; padding-left: 26px; color: #999999;} .page_menuc a{ color: #999; } #cmenus{ padding: 10px 0px; border-bottom: solid 1px #dedede; line-height: 1.8; text-align: center;} #cmenus a{ font-size: 14px; width: 32.3%; height: 32px; line-height: 30px; overflow: hidden; border-radius: 5px; float: left; background: #fdad20; color: #fff; margin: 0px 1% 4px 0px;} @media (min-width:768px) { #cmenus a{ width: 24%; } } @media (min-width:992px) { #cmenus a{ width:19%; } } @media (min-width:1200px) { .page_bannerc{ width: 680px; padding-top: 40px; padding-left: 20px; padding-right: 20px; height: 198px; margin-top: -99px; margin-left: -340px;} .page_bannerp1{ font-size: 50px; } .page_bannerp2{ font-size: 18px; } #page_menu{ height: 60px; line-height: 60px; } #cmenus{ padding: 30px 0px 20px 0px; } #cmenus a{ height:52px; line-height: 50px; font-size: 16px; width:13.6%; letter-spacing: 1px; margin: 0px 0.6% 7px 0px;} } #cmenus a:hover{ background:#efae38; } /*******Css home*******/ #gg{ margin-top: 25px; overflow: hidden;} .gg{ overflow: hidden; } .gg li{ width: 50%; float: left; text-align: center; margin: 8px 0px;} .gg_p1 .iconfont{ font-size:22px; } .gg_p2{ font-size: 16px; margin-top: 5px;} .gg_p3{ color: #ababab; margin-top: 2px;} @media (min-width:768px) { .gg li{ width: 25%; } } @media (min-width:992px) { .gg_p1 .iconfont{ font-size: 25px; } } @media (min-width:1200px) { #gg{ margin-top: 50px; } .gg li{ margin: 0px 0px; padding: 40px 0px; transition: all ease 0.6s;} .gg li:hover{ background:#fdad20; } .gg_p1 .iconfont{ font-size: 36px; } .gg_p2{ font-size: 21px; } .gg_p3{ font-size: 13px; margin-top: 4px;} .gg li:hover{ padding: 30px 0px 50px 0px; } .gg li:hover .gg_p1{ color: #fff; } .gg li:hover .gg_p2{ color: #fff; } .gg li:hover .gg_p3{ color: #fff; } } #chan2{ background: url(../images/bg2s.jpg) repeat-x; padding-top: 25px; margin-top: 25px;} .productst{ text-align: center; color: #ffc716; font-size: 25px; font-weight: bold;} .productst a{ color: #ffc716; } .productsft{ text-align: center; color: #ffc716; text-transform: uppercase;} .procls{ overflow: hidden; margin-top: 15px; } .procls a{ height: 20px; line-height: 20px; color: #fff; font-size: 14px; float: left; margin-right:30px; margin-bottom: 8px; padding-left:26px; background: url(../images/icon1.jpg) no-repeat left center;} .products{ overflow: hidden; margin-top: 20px; } .products_img{ overflow: hidden; } .products_img img{ width: 100%; transition: all 0.3s;} .products_txt{ height: 35px; line-height: 35px; font-size: 14px; overflow: hidden;} .productsm{ text-align: center; margin-top: 20px; } .productsm a{ padding: 6px 25px; border: solid 1px #E0E0E0; border-radius: 25px; color: #666666; font-size: 14px; display: inline-block;} @media (min-width:1200px) { #chan2{ margin-top: 60px; padding-top: 65px; background: url(../images/bg2.jpg) repeat-x;} .productst{ font-size: 40px; } .productsft{ font-size: 12px; margin-top: 5px;} .procls{ margin-top:40px; } .procls a{ font-size: 18px; padding-left: 30px; margin-right: 45px;} .products{ margin-top: 45px; } .products_txt{ margin-top: 15px; font-size: 16px; } .productsm{ margin-top: 55px; } .productsm a{ padding:12px 65px; border-radius: 30px; font-size: 16px;} } .procls a:hover{ color: #fdf520; background: url(../images/icon1h.jpg) no-repeat left center;} .products a:hover .products_img img{ transform:scale(1.05); } .productsm a:hover{ border: solid 1px #fdad20; background: #fdad20; color: #fff;} #chan3{ margin-top: 25px; background: #222222; padding-bottom: 25px;} .yst{ text-align: center; } .yst img{ max-width: 100%; } .ysul{ background: #fff; padding: 15px 15px 25px 15px; margin-top: 15px; overflow: hidden;} .ysul li{ margin-top: 15px; background: url(../images/icon2.png) no-repeat left top; padding-left: 65px;} .ysp1{ font-size: 18px; } .ysp2{ color: #888; margin-top: 10px; } .ysp2 b{ color: #d0231c; } .ysp2 b a{ color: #d0231c; } .ysc{ margin-top: 20px; text-align: center; } .ysc img{ max-width: 100%; } @media (min-width:992px) { .yst{ text-align: left; } .yst img{ max-width: 50%; } .ysul{ width: 55%; float: right; margin-top: 25px;} .ysc{ width: 40%; float: left; margin-top: 35px;} } @media (min-width:1200px) { #chan3{ margin-top: 60px; padding-bottom: 0px; position: relative; height: 630px;} #chan3 .container{ position: relative; z-index: 1; } .yst img{ max-width: 100%; } .ysc{ margin-top: 40px; } .ysbg{ width: 1110px; left: 50%; margin-left: -150px; top: 125px; height: 505px; position: absolute; background: #fff;} .ysul{ width: 680px; margin-top: -47px; box-shadow: 0px 0px 25px rgba(0,0,0,0.1);} .ysul li{ margin-top: 20px; padding-left: 70px;} .ysp1{ font-size: 26px; } .ysp2{ margin-top: 15px; font-size: 14px; line-height: 24px; } } #chan1s{ margin-top: 25px; overflow:hidden;} .mcasep1{ height: 36px; line-height: 36px; background: url(../images/icon3.png) no-repeat left center; padding-left:65px; font-size:25px; font-weight: bold;} .mcasep2{ color: #444444; margin-top:8px; } .mcasec{ overflow: hidden; margin-top: 15px; } .mcase_img{ overflow:hidden; } .mcase_img img{ width: 100%; transition: all 0.3s; } .mcase_txt{ height: 30px; line-height: 30px; overflow:hidden; color: #888; text-align: center;} .mcasem{ overflow:hidden; margin-top: 20px; text-align: center; } .mcasem a{ float: left; padding: 6px 0px; width: 95px; font-size: 13px;} .mcasema1{ border: solid 1px #d0231c; color:#d0231c; } .mcasema2{ border: solid 1px #d0231c; color:#fff; background:#d0231c; margin-left: 8px;} .case{ overflow:hidden; } .casel{ float: left; width: 22%; } .casep1{ height: 36px; line-height: 36px; background: url(../images/icon3.png) no-repeat left center; padding-left:65px; font-size:25px; font-weight: bold;} .casep2{ color: #444444; margin-top:10px; } .casep2 b{ color: #d0231c; font-size: 14px;} .casep3{ color:#444444; } .casep4{ overflow:hidden; margin-top: 20px; text-align: center; } .casep4 a{ float: left; padding: 6px 0px; width: 95px; font-size: 13px;} .casep4a1{ border: solid 1px #d0231c; color:#d0231c; } .casep4a2{ border: solid 1px #d0231c; color:#fff; background:#d0231c; margin-left: 8px;} .caser{ width: 75%; float: right; overflow:hidden; } .case_img{ overflow:hidden;} .case_img img{ width: 100%; transition: all 0.3s; } .case_txt{ height: 30px; line-height: 30px; overflow:hidden; color: #888; text-align: center;} @media (min-width:1200px) { #chan1s{ margin-top:115px; } .casel{ width: 20%; } .casep1{ font-size: 28px; } .casep2{ margin-top: 20px; } .casep2 b{ font-size: 18px; } .casep4{ margin-top: 40px; } .casep4 a{ width: 105px; } .caser{ width: 79%; margin-top: 20px;} .case_txt{ margin-top: 10px; } } .casep4 a.casep4a1:hover{ border: solid 1px #d0231c; color:#fff; background:#d0231c; } .casep4 a.casep4a2:hover{ border: solid 1px #d0231c; color:#d0231c; background: #fff; } .caser a:hover .case_img img{ transform:scale(1.05); } .caser a:hover .case_txt{ color:#d0231c; } #chan1{ margin-top: 25px; } .aboutt{ text-align: center; font-size: 25px; font-weight: bold; } .aboutft{ text-align: center; text-transform: uppercase;} #chan4{ margin-top: 15px; background: url(../images/bg1.jpg) no-repeat; padding: 20px 0px;} .aboutc{ line-height: 20px; height: 100px; font-size: 13px; overflow:hidden; color: #fff;} .aboutm{ overflow:hidden; margin-top: 20px;} .aboutm a{ width: 33%; float: left; margin-left: 0.3%; background: #E5E5E5; text-align: center; padding: 10px 0px;} .aboutmp1{ height: 40px; line-height: 40px; } .aboutmp1 .iconfont{ font-size: 25px; } .aboutmp2{ font-size: 14px;} .zz{ margin-top: 15px; overflow:hidden;} .zz img{ max-width: 100%; } @media (min-width:768px) { #chan4{ overflow:hidden;} .about{ float: left; width: 58%;} .zz{ float: right; width: 38%; } } @media (min-width:992px) { .about{ float: left; width: 55%; margin-top: 15px;} .zz{ float: right; width: 40%; margin-top: 0px;} } @media (min-width:1200px) { #chan1{ margin-top: 70px; } .aboutt{ font-size: 40px; } .aboutft{ font-size: 12px; margin-top: 5px; } #chan4{ margin-top:50px; padding:32px 0px 43px 0px; } .about{ width: 520px; margin-top: 45px;} .aboutc{ line-height: 30px; height: 150px; font-size: 15px; } .aboutm{ margin-top: 50px; } .aboutm a{ margin-top: 10px; width: 157px; margin-right: 1px; margin-left: 0px;} .aboutmp1{ height: 50px; line-height: 50px; } .aboutmp1 .iconfont{ font-size: 30px; } .aboutmp2{ font-size: 16px; } .zz{ width: 612px; } .aboutm a:hover{ background: #ebb800; color: #fff; padding-top: 15px; padding-bottom: 15px; margin-top: 0px;} } .news{ overflow:hidden; margin-top: 15px; position: relative; padding-bottom: 40px;} .news a{ float: left; width: 100%; } .newstime{ width: 16%; overflow:hidden; float: left; background: #e9ecf3; padding: 10px 0px; text-align: center; color: #8b96af;} .newstimep1{ font-size: 20px; font-weight: bold; } .newstxt{ width: 80%; float: right; } .newstxtp1{ height: 30px; line-height: 30px; overflow:hidden; font-size: 15px; font-weight: bold;} .newstxtp2{ margin-top: 5px; line-height: 18px; height: 54px; overflow:hidden; color: #888; } .newstxtp3{ margin-top: 10px; color: #cbcbcb; } .news .swiper-pagination-bullet{ width: 12px; opacity: 1; height: 12px; border-radius: 50%; border:solid 1px #fdad20; } .news .swiper-pagination-bullet-active{ background: #fdad20; } @media (min-width:1200px) { .news{ margin-top: 40px; padding-bottom: 80px; } .newstime{ width: 20%; } .newstimep1{ font-size: 32px; } .newstimep2{ font-size: 14px; } .newstxt{ width: 74%; } .newstxtp1{ height: 40px; line-height: 40px; font-size: 17px; } .newstxtp2{ line-height: 22px; height: 66px; font-size: 14px; } .newstxtp3{ margin-top: 20px; } } .news a:hover .newstxtp3{ color: #fdad20; } .news a:hover .newstime{ background:#fdad20; color: #fff; } /*******Css footer*******/ #links{ margin-top: 25px; padding: 10px 0px; color: #728295;} #links a{ color: #728295; margin-right: 8px;} #fmenu{ background:#1d2228; padding:15px 0px; color:#728295;} #fmenu a{ color:#728295; } #fmenu a:hover{ color: #fff; } .fmenulp1{ font-size: 13px; line-height: 2;} .fmenulp1 a{ margin-right: 10px; } .fmenulp2{ line-height: 2; margin-top: 8px; } .fmenulp3{ overflow: hidden; margin-top: 10px; } .fmenulp3 a{ padding: 4px 13px; border: solid 1px #728295; float: left; margin-right: 10px;} #footer{ background:#1d2228; text-align: center; line-height:1.6; border-top: solid 1px #293039; padding: 5px 0px; color:#728295; margin-bottom: 65px;} #footer a{ color:#728295; } #footer a:hover{ text-decoration: underline; color: #fff;} .footernav{ width: 100%; color: #fff; height:auto; overflow: hidden; position: fixed; bottom:0px; padding:10px 0px; left: 0px; z-index: 999; background:#fdad20; } .footernav a{ color: #fff; } .footernav ul li{width: 20%; float: left; text-align: center; } .footernp1{ font-size:2rem;} .footernp2{ line-height:1.5;} .footernav ul li.on .footernp1{ animation: swing 1s; } #warp{ margin-bottom: 25px; } .page_con{ margin: 25px auto; overflow: hidden;} @media (min-width:768px) { #footer{ margin-bottom: 0px; text-align: center; } } @media (min-width:1200px) { #links{ margin-top: 60px; padding: 25px 0px; } #fmenu{ padding:40px 0px; } .fmenul{ width: 80%; float: left; } .fmenulp1{ font-size: 16px; } .fmenulp1 a{ margin-right: 35px; } .fmenulp2{ margin-top: 20px; } .fmenulp3{ margin-top: 25px; } .fmenulp3 a{ padding: 5px 25px; } .weixin{ width: 247px; float: right; margin-top: 15px; } .weixin img{ width: 100%; } #footer{ padding:15px 0px; } #warp{ margin-bottom: 50px; } } #fmenu .fmenulp3 a:hover{ background: #fff; color:#1d2228; border: solid 1px #fff; } /*******Css company*******/ #company{ margin-top: 25px; } .chan1t{ overflow: hidden; height: 40px; line-height: 40px;} .chan1t b{ float: left; font-size: 24px; } .chan1t span{ float: left; font-weight: bold; color:#fdad20; font-size: 14px; margin-left: 8px; } .com_gg{ overflow: hidden; border: solid 1px #EAEAEA; border-right:0px; border-bottom:0px; margin-top: 15px;} .com_gg li{ width: 50%; float: left; text-align: center; border-bottom: solid 1px #EAEAEA; border-right: solid 1px #EAEAEA; padding: 15px 15px;} .com_gg_p1 .iconfont{ font-size:22px; } .com_gg_p2{ font-size: 16px; margin-top: 5px;} .com_gg_p3{ color:#999; margin-top: 3px; } .companytel{ height: 40px; line-height: 40px; background: #fdad20; overflow: hidden; margin-top: 20px;} .companytel a{ font-size: 16px; color: #fff; float: right; margin-right: 15px;} .companytel a b{ font-size: 20px; font-size:'Arial';} @media (min-width:768px) { .companytel{ height: 55px; line-height: 55px; } .companytel strong{ float: left; padding: 0px 25px; color: #fff; font-size: 16px; background: #efae38;} } @media (min-width:992px) { .com_gg li{ width: 25%; } .com_gg_p3{ line-height: 18px; height: 36px; overflow: hidden;} } @media (min-width:1200px) { #company{ margin-top: 50px; } .chan1t{ height: 80px; line-height: 80px; } .chan1t b{ font-size: 40px; } .chan1t span{ font-size: 21px; } .com_gg{ margin-top: 25px; } .com_gg li{ padding: 30px 0px; } .com_gg_p1 .iconfont{ font-size:40px; } .com_gg_p2{ font-size: 22px; margin-top:10px; } .com_gg_p3{ font-size: 13px; margin-top: 5px; height: 18px;} .companytel{ height: 65px; line-height: 65px; margin-top: 35px;} .companytel a{ font-size: 20px; } .companytel a b{ font-size: 26px; } .companytel strong{ padding: 0px 35px; font-size: 21px;} } .cqsl{ overflow: hidden; margin-top:15px; } .cqsl_img{ overflow: hidden; background: #f1f1f1; text-align: center; } .cqsl_img img{ max-width: 100%; transition: all 0.3s; } .cqsl_txt{ height: 30px; line-height: 30px; text-align: center; } @media (min-width:1200px) { .cqsl{ margin-top: 40px; } .cqsl_txt{ height: 40px; line-height: 40px; } } .cqsl a:hover .cqsl_img img{ transform:scale(1.05); } #pcase{ margin-top: 25px; background:#fff url(../images/bg1.jpg) no-repeat top center; overflow: hidden; } .pcasetp1{ margin-top:25px; height: 26px; background: url(../images/icon2s.png) no-repeat center; } .pcasetp2{ text-align: center; font-size: 18px; color: #fff; margin-top: 15px; } .pcasetp3{ text-align: center; font-size: 14px; color: #fff; margin-top: 5px;} .pcasec{ margin-top: 20px; overflow: hidden; margin-bottom: 20px; } .pcasec a{ float: left; position: relative; } .pcase_img{ overflow: hidden; text-align: center; background: #fff;} .pcase_img img{ max-width: 100%; transition: all 0.3s; } .pcase_txt{ width: 90%; left: 5%; color: #fff; transition: all 0.3s; height: 40px; line-height: 40px; overflow: hidden; background: rgba(0,0,0,0.4); text-align: center; position: absolute; bottom:5px; } @media (min-width:1200px) { #pcase{ margin-top: 115px; } .pcasetp1{ margin-top: 65px; } .pcasetp2{ font-size: 25px; margin-top: 20px;} .pcasetp3{ font-size: 18px; margin-top: 15px;} .pcasec{ margin-top: 50px; } .pcase_txt{ height: 70px; line-height: 70px; width: 80%; left: 10%; font-size: 16px;} } .pcasec a:hover .pcase_img img{ transform:scale(1.05); } .pcasec a:hover .pcase_txt{ bottom: 10px; background: rgba(0,0,0,0.8); } .contactust{ margin-top: 10px; font-size: 20px; font-weight: bold;} .contactus{ overflow: hidden; margin-top: 5px; } .contactus li{ background: #f1f1f1; text-align: center; border-radius: 5px; padding: 15px 10px; margin-top: 8px; margin-bottom: 10px;} .contactusp1{ height: 44px; } .contactusp2{ height: 30px; line-height: 30px; overflow: hidden; color: #888; font-size: 14px; margin-top: 5px;} .contactusp2 b{ color:#fdad20; font-size: 16px; } #contactusli1 .contactusp1{ background: url(../images/fot-icon-03.png) no-repeat center; } #contactusli2 .contactusp1{ background: url(../images/fot-icon-01.png) no-repeat center; } #contactusli3 .contactusp1{ background: url(../images/fot-icon-06.png) no-repeat center; } #contactusli4 .contactusp1{ background: url(../images/fot-icon-01.png) no-repeat center; } @media (min-width:768px) { .contactus li{ width: 48%; float: left; margin-right:1%; margin-left:1%; padding: 20px 10px;} } @media (min-width:992px) { .contactus li{ padding: 25px 10px;} } @media (min-width:1200px) { .contactust{ font-size: 26px; } .contactus{ margin-top: 20px; } .contactus li{ width: 32.3%; margin-right:0.5%; margin-left:0.5%; padding: 35px 10px;} .contactusp2{ height: 40px; line-height: 40px; font-size: 16px; margin-top: 10px; } .contactusp2 b{ font-size: 20px; } } .contactus li:hover{ cursor: pointer; background:#fdad20; color: #fff; } .contactus li:hover .contactusp2{ color:#f1f1f1; } .contactus li:hover .contactusp2 b{ color: #fff; } #contactusli1:hover .contactusp1{ background: url(../images/contact-icon-05.png) no-repeat center; } #contactusli2:hover .contactusp1{ background: url(../images/contact-icon-01.png) no-repeat center; } #contactusli3:hover .contactusp1{ background: url(../images/contact-icon-06.png) no-repeat center; } #contactusli4:hover .contactusp1{ background: url(../images/contact-icon-01.png) no-repeat center; } /*******Css list*******/ #newslist{ overflow: hidden; } #newslist li{ margin-top: 15px; overflow: hidden;} .newslist_times{ height:26px; line-height: 26px; color: #999; font-size: 16px; } .newslist_img{ overflow: hidden; } .newslist_img img{ width: 100%; transition: all 0.3s;} .newslistp1{ margin-top: 10px; height:28px; line-height: 28px; overflow: hidden; font-size: 15px; font-weight: bold;} .newslistp2{ line-height: 18px; max-height: 54px; overflow: hidden; color: #999;} .newslistp3{ margin-top: 5px; color: #fdad20; text-transform: uppercase;} @media (min-width:768px) { #newslist li a{ padding: 10px; float: left; position: relative;} .newslist_time{ width: 10%; text-align: center; position: absolute; color: #ababab; top: 50%; left: 10px; height: 50px; margin-top: -25px; } .newslist_timep1{ height:30px; line-height: 30px; font-size: 20px; } .newslist_timep2{ height: 20px; line-height: 20px; font-size: 13px; } .newslist_img{ width: 28%; float: left; margin-left: 10%; } .newslist_txt{ width: 60%; float: right; } .newslistp1{ margin-top: 5px; } .newslistp2{ margin-top: 6px; } .newslistp3{ margin-top: 10px; } } @media (min-width:992px) { .newslist_timep1{ font-size: 22px; } .newslist_img{ width: 25%; background: #fff;} .newslist_txt{ width: 62%; } .newslistp1{ font-size: 16px; margin-top: 10px;} .newslistp3{ height: 26px; line-height: 26px; overflow: hidden; } .newslistp3 i{ transition: all ease 1s; float: left;margin-top: 11px; height: 3px; background: #f2f50b; } .newslistp3 span{ float: left; } #newslist li a:hover{ background: #fdad20; color: #fff;} #newslist li a:hover .newslist_time{ color: #fff; } #newslist li a:hover .newslistp2{ color: #fff; } #newslist li a:hover .newslistp3{ color: #fff; } #newslist li a:hover .newslistp3 i{ width:50px; margin-right: 6px; } #newslist li a:hover .newslist_img img{ transform:scale(0.92); } } @media (min-width:1200px) { #newslist li a{ padding:25px; } .newslist_time{ width: 8%; } .newslist_timep1{ font-size: 32px; height: 40px; line-height: 40px;} .newslist_timep2{ font-size: 16px; } .newslist_img{ width: 23%; margin-left: 9%;} .newslist_txt{ width: 65%; } .newslistp1{ height: 40px; line-height: 40px; font-size: 22px; } .newslistp2{ line-height: 23px; max-height: 69px; } .newslistp3{ margin-top: 20px; } #newslist li a:hover .newslistp3 i{ width:60px; } } #picUL li{ margin:6px 0px; overflow: hidden;} #picUL li a{ width: 100%; height: 100%; float: left; background:#fff; text-align: center; } #picUL li a .pic_01{ width: 100%; height: 100%; overflow: hidden; border:solid 1px #dedede;} #picUL li a .pic_01 img{ max-width: 100%; transition: all 0.3s; } #picUL li a .pic_02{ height:35px; line-height: 35px; overflow: hidden; margin:0px 5px;} #picUL li a:hover{ background:#fdad20; color: #fff; } #picUL li a:hover .pic_01{ border:solid 1px #fdad20;} #picUL li a:hover .pic_01 img{ transform:scale(1.05); } #proUL li{ margin:10px 0px; overflow: hidden;} #proUL li .products_img{ border: solid 1px #dedede; margin-bottom: 5px;} #proUL a:hover .products_img img{ transform:scale(1.05);} /*******Css info*******/ #company_main{ margin:0 auto; line-height:2; padding:10px 0px; font-size: 13px; } #company_main img{ max-width:100%; } #company_main a{ color:#fdad20;} #company_main strong{ color:#fdad20;} #contact_main{ margin:0 auto; padding:10px;} #contact_main a{ color:#fdad20;} #contact_main p{ padding: 10px; background: #f5f5f5; margin-bottom: 10px; border-radius: 8px; } #company_main strong{ color:#fdad20; } #page_Title{ line-height:1.8; font-size:16px; text-align:center;} .page_Info{ height:36px; line-height: 36px; margin-top: 15px; color:#666; border-top:solid 1px #E6E6E6; border-bottom:solid 1px #E6E6E6; } .page_Infoleft { padding-left: 30px; float: left;} .page_Infoleft i{ margin-right: 5px; } .page_Share{ margin-right: 10px; float: right; } .page_Share a{ float: left; margin-left: 10px;} .page_Share a:hover{ animation: swing 1s; } .page_Share span{ float: left; } .ljdg{ width: 150px; height: 48px; line-height: 48px; background: #fdad20; color: #fff; text-align: center; float: right; margin-right: 5px; border-radius: 5px; } .qd{ float: left; font-size: 16px; margin-left: 25px; } .qd b{ color:#fdad20; } #infoImage{ width:100%;text-align:center; margin:15px 0 15px 0;} #infoImage img{ max-width:100%; border:#dcdcdc solid 1px;} .page_tit_bg{ height:36px; background:#F9F9F9; border-radius:5px; margin:10px auto;} .page_tit_tit{ width:120px; height:36px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; background:#fdad20; color:#ffffff; line-height:36px; text-align: center; font-size: 15px; } .ljdg{ width: 150px; height: 48px; line-height: 48px; background: #fdad20; color: #fff; text-align: center; float: right; margin-right: 5px; border-radius: 5px; } .ljdg:hover{ color: #fff; } #page_Content{ margin:15px auto 0px; line-height:2; padding:10px; } #page_Content img{max-width:100%;} #page_Content table { width:100%; margin:0 auto; border-width:1px; color:#333; border-color: #f1f1f1 !important; border-collapse: collapse; box-sizing: border-box; } #page_Content table th { border-width:1px; padding:5px; border-style: solid; border-color: #f1f1f1 !important; background-color: #dedede; } #page_Content table td { border-width:1px; padding:5px; border-style: solid; border-color: #f1f1f1 !important; } #page_Content table td a { text-decoration:underline; color: #333;} .page_Content{ margin:0 auto; line-height:2; padding:10px; } .page_Content img{max-width:100%;} .page_Content table { width:100%; margin:0 auto; border-width:1px; color:#333; border-color: #f1f1f1 !important; border-collapse: collapse; box-sizing: border-box; } .page_Content table th { border-width:1px; padding:5px; border-style: solid; border-color: #f1f1f1 !important; background-color: #dedede; } .page_Content table td { border-width:1px; padding:5px; border-style: solid; border-color: #f1f1f1 !important; } .page_Content table td a { text-decoration:underline; color: #333;} /* 鏃犲唴瀹 */ .no-goods,.no-network{ padding-top:70px; overflow: hidden; text-align: center; } .no-goods img{ display: block; margin:0 auto 30px; width:220px; max-height: 105px; } .no-network img{ display: block; margin:0 auto 30px; width:222px; height: 160px; } .no-goods p,.no-network p{ color:#666666; line-height: 2; } .contact-list{ overflow: hidden; margin-top: 10px;} .contact-list ul li { min-height: 36px; padding-left: 50px; font-size: 14px; color: #666; margin-bottom: 14px; word-wrap: break-word; line-height: 36px; } .contact-list ul li span { display: block; float: left; color: #999; } .contact-list ul li.icon-01 { background: url(../images/contact-icon-01.png) no-repeat left top; } .contact-list ul li.icon-02 { background: url(../images/contact-icon-02.png) no-repeat left top; } .contact-list ul li.icon-03 { background: url(../images/contact-icon-03.png) no-repeat left top; } .contact-list ul li.icon-04 { background: url(../images/contact-icon-04.png) no-repeat left top; } .contact-list ul li.icon-05 { background: url(../images/contact-icon-05.png) no-repeat left top; } .contact-list ul li.icon-06 { background: url(../images/contact-icon-06.png) no-repeat left top; } .contact-map { overflow: hidden; margin-top: 25px; } .contact-map #dituContent { width: 100%; height: 475px; } .morder{ overflow: hidden; margin-top: 20px; } .morder li{ overflow: hidden; margin-bottom: 15px;} .morder_InputText{ width:45%; margin-right: 5%; padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height: 40px;} .morder_InputText1{ width:95%; padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height:40px;} .morder_textarea{ width:95%; padding: 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 120px; line-height: 30px;} .morder_captcha{ width:200px; padding: 0px 15px; border-radius: 8px; outline: none; float: left; background: #f1f1f1; border: solid 1px #dedede; height: 40px; line-height:40px;} .morder_img{ float: left; margin-left: 10px; margin-top: 15px; height: 20px; cursor: pointer; } .morder_But{ float: left; outline: none; margin-top: 15px; margin-right: 5%; font-size:15px; width: 250px; height: 42px; line-height: 42px; background: #fdad20; color: #fff; border-radius: 15px;} .morder_But:hover{ background: #FF8C10; } @media (min-width:768px) { #page_Title{ font-size: 18px; } #contact_main{ width: 80%; float: left; } .ewm{ float: right; margin-right: 20px; margin-top: 25px; } .morder_But{ float: right; margin-top: 0px;} } @media (min-width:992px) { #picUL li a .pic_02{ height:40px; line-height: 40px; } } @media (min-width:1200px) { #page_Title{ font-size: 22px; } .page_Info{ height: 50px; line-height: 50px; margin-top: 25px; } #picUL li{ margin: 10px 0px; } #proUL li{ margin: 15px 0px; } #company_main{ margin-top: 30px; font-size: 16px;} .contact-list{ margin-top: 30px; } .contact-list ul li{ font-size: 17px; } .morder{ margin-top: 35px; } .morder_InputText{ height: 48px; line-height: 48px; } .morder_InputText1{ height: 48px; line-height: 48px; } .morder_captcha{ height: 48px; line-height: 48px; } .morder_But{ height: 50px; line-height: 50px; font-size: 16px; } } #warps{ position: relative; margin-top: 10px; } #warps .container{ padding-bottom: 15px;} .mproinfos{ margin-top: 15px; } .mproinfo_img{ overflow: hidden; } .mproinfo_img img{ width: 100%; } .mproinfoimgs .gallery-thumbs{ margin-top: 15px; } .mproinfoimgs .gallery-thumbs .mproinfo_img{ border: solid 1px #dedede; } .mproinfoimgs .gallery-top{ border-top-left-radius: 8px; border-top-right-radius: 8px;} .mproinfoimgs .swiper-slide-thumb-active .mproinfo_img{ border: solid 1px #d0231c; } .mproinfoimg{ overflow: hidden; text-align: center;} .mproinfoimg img{ max-width: 100%; } .mproinfotxt{ margin-top: 20px; } .mproinfot{ line-height: 1.6; font-size: 16px; font-weight: bold;} .mproinfop1{ padding: 8px 2px; border-bottom: solid 1px #eee; font-size: 13px;} .mproinfop1 span{ color: rgba(0,0,0,0.5); } .mproinfop1 a{ font-weight: bold; color:#d0231c; } .mproinfop1 b{ font-weight: bold; color:#d0231c; } .mproinfop2{ line-height: 1.6; color: #999; margin: 10px 0px; } .mproinfop3{ overflow: hidden; margin-top: 15px; height: 45px; line-height: 45px; background: #fdad20;} .mproinfop3 a{ float: left; font-size: 16px; font-weight: bold; color: #fff; padding: 0px 35px; background:#efae38; } .mproinfop3 b{ float: right; margin-right: 15px; font-size: 18px; color:#fff; } .proinfos{ padding: 20px; overflow: hidden;} .proinfosc .gallery-top{ width: 50%; float: left; border: solid 1px #dedede;} .proinfoimg{ width: 50%; border: solid 1px #dedede;float: left; border:solid 1px #dedede; text-align: center;} .proinfoimg img{ max-width: 100%; } .proinfo_img{ background: #fff; overflow: hidden; text-align: center;} .proinfo_img img{ max-width: 100%; } .proinfostxt{ width: 45%; float: right; padding-top: 10px;} .proinfot{ font-size: 18px; line-height: 1.6; } .proinfop1{ padding: 8px 2px; border-bottom: solid 1px #eee; font-size: 13px;} .proinfop1 span{ color: rgba(0,0,0,0.5); } .proinfop1 a{ font-weight: bold; color:#d0231c; } .proinfop1 b{ font-weight: bold; color:#d0231c; } .proinfop2{ line-height: 1.6; color: #999; margin: 10px 0px; } .proinfop3{ overflow: hidden; margin-top: 15px; height: 50px; line-height: 50px; background: #fdad20; } .proinfop3 a{ float: left; font-size: 16px; font-weight: bold; color: #fff; padding: 0px 35px; background:#efae38; } .proinfop3 b{ float: right; margin-right: 15px; font-size: 18px; color:#fff; } .proinfostxt .gallery-thumbs{ margin-top: 15px; cursor: pointer;} .proinfostxt .gallery-thumbs .proinfo_img{ border: solid 1px #dedede; } .proinfostxt .swiper-slide-thumb-active .proinfo_img{ border: solid 1px #d0231c; } .pmenuss{ margin-top: 25px; } .pmenuss ul{ background:#fdad20; overflow: hidden; } .pmenuss ul li{ width: 25%; cursor: pointer; float: left; text-align: center; font-size: 14px; padding: 14px 0px; color: #fff;} .pmenuss ul li.on{ font-weight: bold; } .pmenuss.down{ position: fixed; top: 0px; width: 100%; z-index: 999; margin-top: 0px;} .pageprc{ margin-top: 25px; } .productrs{ overflow: hidden; margin-top:20px; } .productrs a{ float: left; width: 100%; background: #fff; overflow: hidden; padding: 10px; position: relative;} .productrs a:hover .products_txts{ bottom: 10px; background: rgba(0,0,0,0.8); } .xgss{ margin-top: 25px; margin-bottom: 25px;} .newst{ height: 32px; line-height: 32px; overflow: hidden; } .news_a1{ float: left; font-size: 20px; font-weight: bold; } .newst i{ width: 30px; height: 3px; background:#d0231c; float: left; margin-left: 15px; margin-top: 14px; } .newst span{ font-size: 16px; color: rgba(0,0,0,0.2); float: left; margin-left: 10px; } @media (min-width:768px) { .pageprc .ys{ margin-top: 10px; } } @media (min-width:1200px) { .proinfos{ padding: 35px 20px; } .proinfot{ font-size: 32px; } .proinfop1{ font-size: 15px; padding: 12px 2px; } .proinfop2{ font-size: 14px; } .proinfop3{ margin-top: 25px; } .proinfop3 a{ padding: 0px 65px; } .proinfostxt .gallery-thumbs{ margin-top: 35px; } .pmenuss ul li{ padding: 25px 0px; font-size: 18px; transition: all 0.3s;} .pmenuss.down li{ padding: 15px 0px; } .pageprc{ margin-top: 50px; } .pageprc .ys{ margin-top: 30px; } .xgss{ margin-top: 75px; margin-bottom: 80px; } .productrs{ margin-top: 35px; } .newst{ height: 60px; line-height: 60px; } .news_a1{ font-size: 36px; } .newst i{ width: 60px; margin-top: 28px; margin-left:30px;} .newst span{ font-size: 22px; margin-left:40px;} #warps{ margin-top: 20px; } } /*******Css job*******/ #job_ul{} #job_ul li{ border-bottom:dashed 1px #cfcfcf; padding:10px 0px; height: 100%; overflow: hidden; } #job_ul li .recruit_info{ float:left; width: 80%; } .job_nam{ color:#fdad20; font-weight:bold; } #job_ul li .recruit_but{ height:45px; float:right; margin-top:10px; margin-right:22px; } .job_ul li .recruit_but a{ width:150px; height:45px; line-height:45px; background: #1C5FB8; border-radius:2px; text-align:center; float: left; } .recruit_info_tit_bg{ height:40px; background:#f8f8f8; border-radius:2px; margin:15px auto; } .recruit_info_tit_bg .recruit_info_tit{ width:140px; height:45px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; background:#fdad20; color:#ffffff; line-height:45px; text-align: center; } .recruit_info_main{ margin:0px auto; margin-top:10px; margin-bottom:60px; padding:5px 20px; line-height: 32px; } .seek_job{ margin-left: 20px; } .seek_job li{ padding-top:10px; height: 100%; overflow: hidden;} .seek_t1{ float: left; font-weight: bold; height: 40px; line-height: 40px; width:60px;} .job_nam{ float: left; margin-left: 15px; color:#fdad20; font-weight: bold; } .G_InputText{ width:250px; height:40px; line-height:40px; border:1px solid #dedede; padding:0px 10px; float:left; border-radius: 2px;outline: none; } .G_InputText:hover{ border:1px solid #fdad20; } .G_captcha{ width:100px; height:40px; line-height:40px; border:1px solid #dedede; padding:0px 10px; float:left; border-radius: 2px; outline: none; } .G_captcha:hover{ border:1px solid #fdad20; } .G_textarea{ width:250px; height:150px; line-height:30px; border:1px solid #dedede; padding:0px 10px; float:left; border-radius: 2px;outline: none; } .G_textarea:hover{ border:1px solid #fdad20; } .G_select{ float: left; border:1px solid #dedede; height: 40px; line-height: 40px; } .job_radio{ float: left; } .G_img{ float: left; margin-top: 10px; margin-left: 5px; } .G_But{ width:340px; height:50px; line-height:50px; background:#fdad20; border-radius:5px; text-align:center; color:#FFF; cursor:pointer; transition: all 0.3s; float: left;outline: none; border: 0px;font-size: 18px; } .G_But:hover{ background:#2D2B2B; color: #fff; } @media (min-width:768px) { .G_InputText{ width: 400px; } .G_textarea{ width: 500px; } } @media (min-width:1200px) { .seek_job li{ padding-top: 15px; } .G_InputText{ width: 400px; } .G_textarea{ width: 550px; } .seek_job{ float: left; } .mess_img{ float: right; width: 400px; margin-top: 30px;} .mess_img img{ max-width: 100%; } } /*******Css prev_next*******/ #prev_next{margin: 10px 10px;clear: both;overflow: hidden; } #prev_next li{margin: 10px 0;} #prev_next li i{ margin-right: 5px; } #prev_next li a:hover{ color: #fdad20; } #prev_next li div{ display: inline-block; } /*css digg style pagination*/ .de-page-mian { overflow: hidden; text-align: center; font-size: 0; margin: 10px 0 35px; } .de-page-mian .page-inner { display: inline-block; overflow: hidden; } .de-page-mian .page-inner a { display: block; float: left; min-width: 26px; padding: 0 5px; height: 36px; border: 1px solid #dddddd; background: #fff; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin-right: -1px; overflow: hidden; } .de-page-mian .page-inner a.active, .de-page-mian .page-inner a:hover { color: #fff; border-color: #fdad20; background: #fdad20; } .de-page-mian .page-inner a.prev { margin-right: 10px; background: #fff url(../images/prev.jpg) no-repeat center; } .de-page-mian .page-inner a.prev.on { background: #fff url(../images/prev-hover.jpg) no-repeat center; } .de-page-mian .page-inner a.prev:hover { background-color: #fff; border-color: #dddddd; } .de-page-mian .page-inner a.next { margin-left: 10px; margin-right: 15px; background: #fff url(../images/next.jpg) no-repeat center; } .de-page-mian .page-inner a.next.on { background: #fff url(../images/next-hover.jpg) no-repeat center; } .de-page-mian .page-inner a.next:hover { background-color: #fff; border-color: #dddddd; } .de-page-mian .page-inner a.page-btn { font-size: 12px; margin-right: 0; width: 63px; margin-left: 10px; } .de-page-mian .page-inner span { display: block; font-size: 12px; color: #333; float: left; line-height: 38px; } .de-page-mian .page-inner input { display: block; float: left; height: 36px; width: 36px; border: 1px solid #dddddd; text-align: center; line-height: 36px; font-size: 14px; color: #333; margin: 0 5px; } div.digg{ margin:10px auto; text-align:center; float:right; display: inline;} div.digg a{border:#dedede 1px solid; padding:3px 10px; margin:3px; color:#666; display: inline-block;} div.digg a:hover{border:#fdad20 1px solid;color:#fff; background: #fdad20;} div.digg a:active{border:#fdad20 1px solid;color:#fff; background: #fdad20;} div.digg span.current{border:solid 1px #fdad20;padding:3px 15px; font-weight:bold; margin:3px; color:#fff; background-color:#fdad20; display: inline-block;} div.digg span.disabled{border:#dedede 1px solid;padding:3px 10px;margin:3px;color:#ddd; display: inline-block;} div.digg select{ border:#dedede 1px solid; padding:3px 0px; display: inline-block;}